ANewWidget
Type
operator
Summary
Create a widget object of the specified kind
Syntax
a new widget <mKind>
Description
Create a new widget object of the specified kind. The widget can then be placed with the place statement.
Examples
variable tNavbar as Widget
put a new widget "com.livecode.widget.navbar" into tNavbar
Related
statement: PlaceWidget